-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
🐛 - fix: english text #682
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #682 +/- ##
==========================================
- Coverage 90.32% 90.24% -0.09%
==========================================
Files 210 210
Lines 6172 6210 +38
Branches 648 669 +21
==========================================
+ Hits 5575 5604 +29
- Misses 597 606 +9
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
@@ -1423,7 +1423,7 @@ msgstr[1] "" | |||
#: openarchiefbeheer/logging/templates/logging/destruction_list_co_reviewers_added.txt:9 | |||
#, python-format | |||
msgid "They also removed these co-reviewers: %(removed_co_reviewers)s." | |||
msgstr "" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Check dit ff met @SilviaAmAm, volgens mij wordt hier niet meervoud bedoeld.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Ah yeah, het kan allebij zijn 🤔 ik check met Silvia
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Dit is inderdaad de "singular they" (ook op lijn 1447)
closes #678